home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Le Casse Dents.swf / scripts / DefineButton2_59 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-06-13  |  91 b   |  7 lines

  1. on(press){
  2.    set("/:score",0);
  3.    carries = 1;
  4.    speed = 10;
  5.    gotoAndPlay(12);
  6. }
  7.